home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 October 15
/
CD [VMAG951015].bin
/
_demo
/
w95demo
/
w95demo.exe
/
A95DEMO.DXR
/
00093_End of intro animation-avi.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-22
|
312 b
|
18 lines
on exitFrame
global gAutoMode, gTeaserMode, gResellerVersion
unLoad()
cursor(-1)
if gAutoMode = 1 then
if gTeaserMode = 1 then
startTeaserDemo()
else
startAutoDemo()
end if
else
if gResellerVersion = 1 then
resetResellerTimeout()
end if
goMenu(1)
end if
end